home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 13 - 1997 (partial)
/
13.05 May 97
/
Getting Started
/
Number.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-26
|
203 b
|
19 lines
|
[
TEXT/R*ch
]
//#ifndef _Number_h_
//#define _Number_h_
#import <objc/Object.h>
//#include <objc/Object.h>
@interface Number : Object
{
int value;
}
- init:(int)startValue;
- squareSelf;
- print;
@end
//#endif